Results 1 to 7 of 7

Thread: Changing from FFA map to OBJ map, not possible?

  1. #1

    Default Changing from FFA map to OBJ map, not possible?

    Hi all,

    I realize this may be asked before but after extensive research online I ask your help for this problem, if it's possible at all...
    I'm running a FFA server, single map in the rotation (Stalingrad only).
    Sometimes players ask me to load the V2 Rocket map, but as we all know this gives the infamous "Cannot load an OBJ map in FFA mode" error.

    Things I tried are adding the "seta g_gametype 1" cvar in the V2 mapscript and also the Mixed gametypes mod from Mefy.
    But those kind of mods rely on a maprotation with at least 2 maps in it so it still doesn't work.

    So my question is, does anyone know of some kind of trick where I can load the V2 rocketmap directly from Stalingrad, even with a one-map maprotation?
    Maybe Reborn has a command or script around this limitation?

    Any help is much welcome and appreciated.

    Thanks guys

  2. #2
    Developer RyBack's Avatar
    Join Date
    Apr 2014
    Location
    In Front of the screen
    Posts
    1,566

    Default

    I usually use mefy's gametypes package which saves alot of headache.

  3. #3

    Default

    I know about Mefy's Mixed Gametype mod, but as I said that unfortunatly doesn't work with only 1 map in the rotation...
    Anyone knows of anything else I could try, guys?

  4. #4
    Testing Crew Member dax's Avatar
    Join Date
    Aug 2010
    Location
    liverpool uk
    Posts
    549

    Default

    hi midnight ....
    i converted 3 of the obj maps to ffa ...if you need them !!

    https://1drv.ms/u/s!AspVfGhFAzrygT7fvWskYF_auxLG
    Last edited by dax; July 4th, 2016 at 02:39 PM.
    =COH=Ubersoldier/Dax
    mess with the best ,die like the rest !!!

  5. #5

    Default

    try renaming all the v2 files to dm stick it in a dm map folder add setcvar g_gametype 1 to v2 map.scr. I did that with DV_snow map was only dm and I added objectives to it work like a charm, don't know if it would work with stock map or not.

  6. #6
    Purple Developer Purple Elephant1au's Avatar
    Join Date
    Feb 2012
    Location
    Australia
    Posts
    1,259

    Default

    Have you tried just setting the
    set sv_extmaplist "dm/mohdm6,ffa obj/obj_team2,obj"
    Right before you change maps, then force map end, by say changing fraglimit to 1, Then it will load v2

    Then to just go back to ffa, exec your server.cfg again.That is one way using mefys mod to achvieve what you are doing.

    So your commands would look something like this
    Code:
    rcon set sv_extmaplist  "dm/mohdm6,ffa obj/obj_team2,obj"
    rcon timelimit 0 // 
    rcon roundlimit 5 //etc you need to set for objective games
    rcon fraglimit 1 // to force ffa map to end ( providing at least one person has a kill ) 
    //*switches to v2*
    //Then to go back to FFA, just execute your server.cfg again
    rcon exec server.cfg
    Last edited by Purple Elephant1au; July 4th, 2016 at 05:30 PM.

    Purple's Playground
    OBJ :
    103.29.85.127:12203
    xfire: purpleelephant1au
    email: purpleelephant1au@gmail.com
    skydrive: PurpleElephantSkydrive




  7. #7

    Default

    Thanks for helping me out guys, got it working now!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •